header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
    font-size:20%;
    width:1220px;
}
nav {
    line-height:30px;
    background-color:#ff0000;
    color:black;
    font-size:150%;
    height:260px;
    width:150px;
    float:left;
    padding:25px;
}
section {
    width:700px;
    text-align: justify;
    float:left;
    font-size:150%;
    background-color:#eeeeee;
    padding:10px;
}
footer {
    width:1220px;
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
}
